post

Verify login

{{protocol}}://{{url}}/{{version}}/mfa/webauthn/validate

No description

Body

          {
  "email": "{{email}}",
  "rawId": "xOfd...",
  "response": {
    "authenticatorData": "SZYN...",
    "signature": "Ei8f...",
    "userHandle": null,
    "clientDataJSON": "base64 url encoded data"
  },
  "authenticatorAttachment": "cross-platform",
  "getClientExtensionResults": {},
  "id": "xOfd...",
  "type": "public-key"
}